dundas.data.RequestOptions Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestOptions
 

Constructors

 
  Name Description
init Initializes the RequestOptions. Called during construction.
 
 

Properties

 
  Name Description
bypassDataCache Gets or sets a value indicating whether the data cache should be bypassed for the current request.
bypassResultSizeLimit Gets or sets a value indicating whether the engine must ignore any result size limitations or not.
includeAnnotations Gets or sets a value indicating whether to include data annotations.
includeMeasureCorrections Gets or sets a value indicating whether to include measure corrections.
includeMeasurements Gets or sets a value indicating whether query measurements values should be included in the result.
requestedElementStatistics Gets the unique names for the analysis elements for which boundary computations are required.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.